-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux: Add vCPU kicking, exit vCPU threads gracefully #165
Conversation
Codecov Report
@@ Coverage Diff @@
## master #165 +/- ##
==========================================
- Coverage 31.02% 30.76% -0.27%
==========================================
Files 15 16 +1
Lines 3993 4017 +24
==========================================
- Hits 1239 1236 -3
- Misses 2754 2781 +27
Continue to review full report at Codecov.
|
8795100
to
cc26cca
Compare
cc26cca
to
17cdace
Compare
17cdace
to
53074af
Compare
That's a huge diff. Can you maybe shortly summarize what you have done? |
53074af
to
1f68166
Compare
This allows vCPUs to be kicked out of execution externally. Kicked vCPUs exit without code.
This copies the code without changes.
1f68166
to
682e70d
Compare
I split the PR into four commits. Hopefully that makes the changes clearer. The diff in |
LGTM, except a few more comments would help this code! Thank you for the work! |
682e70d
to
a357cd1
Compare
bors r+ |
No description provided.